Account Management Biz Api

(0 reviews)

GET-BillingAccount-DebtCheck for CR

GET /billingAccount

Key considerations for CR DebtCheck

  1. Here input parameter will be Identification Number to retrieve customer accounts.
  2. This is applicable for Fixed and Mobile accounts.
  3. The system used to retrieve data for an Identification Number is FMC system.
  4. Please refer the example - CR_DebtCheck under listBillingAccount resource.

Note: As per CR team, there may be some data mismatch between existing BSS API(identifyCustomer) to retrieve customers and FMC system.

Request

This section defines all the possible data structures sent by the client when consuming the method.

URL

https://[localhost]:[port]/tmf-api/accountManagement/v4/{businessId}/billingAccount

URI PARAMS

nametypedescriptionrequired
businessIdstring2 letter ISO 3166 country code (TT, BB, JM, PA, etc.) identifying the business unit.Y
namevaluedescriptionrequired
client_idstringThe client_id identifying the channel. Minimum characters: 5Y
client_secretstringPassword associated with the client_id. Minimum characters: 5Y
X-Correlation-IDstringIdentifier that correlates HTTP request between a client and server.
Any identification model (UUDI, checksum, etc.) can be used, as long as it is a unique value to differentiate a transaction.
Y
channeIdstringChannel to business:
Can be one of: "agentportal”, “ecom", "mobile","selfportal"
N
lobstringThe Line of Business Identifier currently available are:
FIXED
PREPAID
POSTPAID
N

Query Param

nametypedescriptionrequired
identityNumberstringThis is tax identifier or customer unique identifier.Y
identityTypestringDescribes the type of the idY

Reviews